* {
	outline: 0!important;
}
:root {
	--green-color: #026536;
	--black-color: black;
}
body, html {
	height: 100%;
}
p, h1 {
	margin: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
main {
	padding-bottom: 56px;
}
.mt-75 {
	margin-top: 120px;
}

.bana{
    width: 100%;
}
.mobile-content{display:none;}
.indextitle {
	letter-spacing: 3px;
	padding-top: 30px;
}
.indextitle p:first-child {
	font-size: 24px;
}
.indextitle p:first-child span {
	color: var(--green-color);
}
.indextitle p:last-child {
	color: #e2e2e2;
	font-size: 30px;
}
.full {
	width: 100%;
	height: 100%;
}
.top-nav {
	background-color: var(--bs-body-bg);
	z-index: 2;
}
.top-nav .navbar-brand p:last-child {
	flex: 1;
	max-width: 500px;
}
.top-nav .navbar-toggler {
	box-shadow: none;
}
.top-nav .navbar-collapse {
	flex-grow: 0;
}
.top-nav .navbar-collapse form {
	right: 50px;
	display: none;
}
.top-nav .navbar-nav {
	height: 100%;
	line-height: 75px;
	background-color: #ffffff
}
.top-nav .navbar-nav .nav-item:hover .dropdown-menu {
	display: flex;
	/* display: list-item; */
}
.top-nav .navbar-nav .nav-item .nav-link {
	padding: 0 15px;
	color: var(--black-color);
}
.top-nav .navbar-nav .nav-item .nav-link::after {
	display: none;
}
.top-nav .navbar-nav .nav-item .nav-link.active, .top-nav .navbar-nav .nav-item .nav-link:hover {
	background-color: var(--green-color);
	color: var(--bs-body-bg);
}
.top-nav .navbar-nav .dropdown-menu {
	border-radius: 0;
}
.top-nav .navbar-nav .dropdown-menu li {
	background-color: rgba(0, 0, 0, .2);
	/* background-color: rgba(0, 0, 0, .2); */
}
.top-nav .navbar-nav .dropdown-menu li:hover {
	background-color: rgba(0, 0, 0, .5);
}
.top-nav .navbar-nav .dropdown-menu.show {
	display: flex;
}
.top-nav .navbar-nav .dropdown-menu .dropdown-item {
	line-height: 70px;
	padding: 0 18px;
}
.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
}
.index-about {    max-width: 100%;}
.index-about .about-swiper {
	flex-basis: 60%;
	height: 100vh;
}
@media(max-width:1000px){
    .navbar-expand-xxl .container-fluid .navbar-brand p img{
        max-width:226px; 
        max-height:66px;
    }
}
/*公司简介字体媒体查询*/
@media (min-width:1800px){
	.index-about .content p:nth-child(2) {
		font-size: 22px !important;
		text-align: justify;
		text-indent: 2em;
		line-height: 36px !important;
	}
}
@media (max-width:1800px){
	.index-about .content p:nth-child(2) {
		font-size: 18px !important;
		text-align: justify;
		text-indent: 2em;
		line-height: 36px !important;
	}
}
@media (max-width:1500px){
	.index-about .content p:nth-child(2) {
		font-size: 15px !important;
		text-align: justify;
		text-indent: 2em;
		line-height: 32px !important;
	}
}
.index-about .about-swiper img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.index-about .content {
	flex: 1;
	border: 1px solid #eaeaea;
}
.index-about .content p:nth-child(1) {
    margin-top: -15px;
	font-size: 30px;
}
.index-about .content p:nth-child(1)::after {
	display: block;
	width: 70px;
	height: 5px;
	margin: 6px auto auto;
	background-color: var(--green-color);
	content: "";
}
.index-about .content p:nth-child(2) {
	font-size: 18px;
	text-align: justify;
	text-indent: 2em;
	line-height: 48px;
}
.index-about .content a {
	width: 193px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	background-color: var(--green-color);
}
.index-news{
    padding-top: 50px;
}
.index-news .category {
    margin-top: -20px !important;
	line-height: 1;
}
.index-news .category li a {
	color: #828282;
	font-size: 20px;
}
.index-news .category li a.active {
	color: var(--black-color);
}
.index-news .category li:nth-child(2) a::after, .index-news .category li:nth-child(2) a::before {
	display: inline-block;
	width: 3px;
	height: 90%;
	background-color: #828282;
	vertical-align: bottom;
	margin: 0 14px;
	content: "";
}
.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item {
	/*max-width: 500px;*/
	width: 100%;
}
.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item img {
	width: 100%;
}
.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item>div {
	border: 1px solid #dedede;
	padding: 35px 30px;
}
.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item>div p:nth-child(1) {
	font-size: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item>div p:nth-child(2) {
	font-size: 14px;
	border-bottom: 1px solid #dedede;
}
.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item>div p:nth-child(3) {
	font-size: 14px;
}
.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item>div a {
	color: var(--green-color);
	font-size: 14px;
}
.index-news .roll .news-swiper:not(:first-child) {
	display: none;
}
.index-case .indextitle, .index-case .content {
	text-align: center !important;
}
.index-case .content ul li {
	cursor: pointer;
	padding-top: 0px;
}
.index-case .content ul li:last-child {
	padding-top: 0px;
}
.index-case .content ul li i {
	font-size: 50px;
}
.index-case .content ul li>div p {
	font-size: 24px;
}
.index-case .content ul li.active {
	color: var(--green-color);
}
.index-case .content .roll {
	width: 1413px;
}
.index-case .content .roll .case:not(:first-child) {
	display: none;
}
.index-case .content .roll .case .swiper-slide {
	width: 1413px;
	/*height: 688px;*/
}
.index-case .content .roll .case .swiper-slide p {
	right: 100px;
	bottom: 10px;
	font-size: 35px;
}
.index-pro .swiper-slide>div {
	border: 1px solid #dadada;
}
.index-pro .swiper-slide>div p span {
	font-size: 16px;
}
.index-pro .swiper-slide>div p a {
	font-size: 16px;
	color: var(--green-color);
}
.index-pro .pro .swiper-slide>div {
	width: 500px;
}
@media (min-width:1920px){
	.index-case .content .roll .case .swiper-slide img{
		width: 100% !important;
		/*height: 80% !important;*/
	}
	.index-case .content .roll .case .swiper-slide p {
		right: 100px;
		bottom: 170px;
		font-size: 35px;
	}
	.index-case .content .row{
	    height: 570px;
    }
}
@media (max-width:1920px){
	.index-case .content .roll .case .swiper-slide img{
		width: 100% !important;
		/*height: 76% !important;*/
	}
	.index-case .content .roll .case .swiper-slide p {
		right: 100px;
		bottom: 130px;
		font-size: 35px;
	}
	.index-case .content .row{
	    height: 550px;
    }
}
@media (max-width:1680px){
	.index-case .content .roll .case .swiper-slide img{
		width: 100% !important;
		height: 73% !important;
	}
	.index-case .content .roll .case .swiper-slide p {
		right: 100px;
		bottom: 210px
		font-size: 15px;
	}
	.index-case .content .row{
	    height: 530px;
    }
}
@media (max-width:1500px){
	.index-case .content .roll .case .swiper-slide img{
		width: 100% !important;
		height: 70% !important;
	}
	.index-case .content .roll .case .swiper-slide p {
		right: 100px;
		bottom: 230px;
		font-size: 15px;
	}
	.index-case .content ul{
	    height: 520px;
    }
}

/*@media (min-width:1680px){*/
/*	.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item img {*/
/*		height: 240px !important;*/
/*	}*/
/*}*/
/*@media (max-width:1680px){*/
/*	.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item img {*/
/*		height: 230px !important;*/
/*	}*/
/*}*/
/*@media (max-width:1440px){*/
/*	.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item img {*/
/*		height: 220px !important;*/
/*	}*/
/*}*/
/*@media (max-width:1280px){*/
/*	.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item img {*/
/*		height: 210px !important;*/
/*	}*/
/*}*/
/*@media (max-width:1024px){*/
/*	.index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item img {*/
/*		height: 200px !important;*/
/*	}*/
/*}*/

/* 模块中心字体大小 */
@media (min-width:1501px){
	.indextitle p:first-child{
		font-size: 48px;
	}	
}
@media (max-width:1500px){
	.indextitle p:first-child{
		font-size: 24px;
	}	
}


@media (max-width:1250px){
    .index-case .content .roll{
        width: 80%;
    }
    .news-swiper .swiper-wrapper .swiper-slide a{display:block;width:100%;}
	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{
		/*transform:scaleX(0.95)*/
		width: 100%;
	}	
	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{
		/*transform:scaleX(0.95)*/
				width: 100%;
	}
}
@media (max-width:1200px){
	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{
		/*transform:scaleX(0.9)*/
				width: 100%;
	}
	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{
		/*transform:scaleX(0.9)*/
				width: 100%;
	}
}
@media (max-width:1150px){
	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{
		/*transform:scaleX(0.85)*/
				width: 100%;
	}
	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{
		/*transform:scaleX(0.85)*/
				width: 100%;
	}
}
@media (max-width:1100px){
	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{
		/*transform:scaleX(0.8)*/
				width: 100%;
	}
	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{
		/*transform:scaleX(0.8)*/
				width: 100%;
	}
}
@media (max-width:1050px){
	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{
		/*transform:scaleX(0.75)*/
				width: 100%;
	}
	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{
		/*transform:scaleX(0.75)*/
				width: 100%;
	}
}
@media (max-width:1000px){
	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{
		/*transform:scaleX(0.7)*/
				width: 100%;
	}
	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{
		/*transform:scaleX(0.7)*/
				width: 100%;
	}
}
@media (max-width:900px){
	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{
		/*transform:scaleX(0.65)*/
				width: 100%;
	}
	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{
		/*transform:scaleX(0.65)*/
				width: 100%;
	}
}
/*@media (max-width:850px){*/
/*	.news-swiper .swiper-wrapper .swiper-slide .m-auto img{*/
/*		transform:scaleX(0.6)*/
/*	}*/
/*	.news-swiper .swiper-wrapper .swiper-slide .m-auto div{*/
/*		transform:scaleX(0.6)*/
/*	}*/
/*}*/
/* 产品介绍的媒体查询 */
@media (max-width:1524px){
	.index-pro .pro .swiper-wrapper .swiper-slide{
		transform:scaleX(0.95) !important;
	}
}
@media (max-width:1444px){
	.index-pro .pro .swiper-wrapper .swiper-slide{
		transform:scaleX(0.9) !important;
	}
}
@media (max-width:1370px){
	.index-pro .pro .swiper-wrapper .swiper-slide{
		transform:scaleX(0.85) !important;
	}
}
@media (max-width:1300px){
	.index-pro .pro .swiper-wrapper .swiper-slide{
		transform:scaleX(0.8) !important;
	}
}
@media (max-width:1220px){
	.index-pro .pro .swiper-wrapper .swiper-slide{
		transform:scaleX(0.75) !important;
	}
}
@media (max-width:1148px){
	.index-pro .pro .swiper-wrapper .swiper-slide{
		transform:scaleX(0.7) !important;
	}
}
.index-pro .pro .swiper-wrapper .swiper-slide .m-auto .d-flex .proa_text{
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
}
.pc-nav {
	border-bottom: 1px solid var(--green-color)
}
.pc-nav ul {
	width: 1200px;
	font-size: 20px;
}
.pc-nav ul li.active {
	background-color: #ffffff;
}
.pc-nav ul li.active a {
	color: var(--green-color)!important;
}
.mobile-nav>div {
	background-color: var(--green-color)
}
.mobile-nav ul {
	display: none;
}
.pro-list ul li a {
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-details .content .details img {
	width: 100%;
	height: auto;
}
.caes ul li>div p {
	background-color: #f0f0f0;
}
.caes ul li>div p a {
	color: var(--green-color);
}
.case-modal .modal-dialog {
	max-width: 1000px;
}
.case-modal .modal-dialog .modal-content {
	border-radius: 0;
}
.case-modal .modal-dialog .modal-content>ul .title {
	border-bottom: 1px solid var(--black-color);
	font-size: 18px;
}
.case-modal .modal-dialog .modal-content>ul .info {
	line-height: 28px;
}
.case-modal .modal-dialog .modal-content>ul .thumb img {
	width: 207px;
	height: 138px;
}
.single .title {
	color: var(--green-color);
	display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.single .content {
	line-height: 26px;
	/*text-align: center;*/
}
.single .content img {
	max-width: 90%;
    height: 300px;
	vertical-align: middle;
	/*margin: 0 auto;*/
	    /*width: 100%!important;*/
}
.single .content p img{
    height: auto !important;
}
.single .content div img{
    height: auto !important;
}
.single .content #bigimg,#bigimg2{
    height: auto !important;
    margin: 0 auto;
}
.single .content .rongyuzhengshu {
    flex-direction: column;
    width: 25%;
    align-items: center;
}
.single .content .rongyuzhengshu img {
	max-width: 80%;
    height: 200px !important;
	vertical-align: middle;
	/*margin: 0 auto;*/
}
.single .content .rongyuzhengshu .zhengshu_text{
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.single .content div{
    display: flex;
    flex-direction: column;
}
.single .content .zhengshu .zhengshu_text{
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.single .content .zhengshu{
    flex-direction: column;
    width: 25%;
    align-items: center;
}
.single .content .flex{
    flex-wrap: wrap;
    flex-direction: initial !important;
}
.single .content div p img{
    height: auto !important;
    max-width: 100% !important;
}
@media(max-width:1000px){
    .single .content img {
        height: 195px;
    }
    .single .content .zhengshu .zhengshu_text{
        width: 145px;
        text-align: center;
    }
    .single .content .rongyuzhengshu img{
        height: auto !important;
    }
    .single .content .rongyuzhengshu .zhengshu_text{
        width: 145px;
        text-align: center;
    }
}
@media(max-width:700px){
    .single .content .zhengshu{
        width: 100% !important;
    }
    .single .content .rongyuzhengshu{
        width: 100% !important;
    }
    .single .content img {
        height: auto !important;
        max-width: 90% !important;
    }
    .single .content .zhengshu .zhengshu_text{
        width: auto;
        text-align: center;
    }
    .single .content .rongyuzhengshu img{
        height: auto !important;
    }
    .single .content .rongyuzhengshu .zhengshu_text{
        width: auto;
        text-align: center;
    }
}
@media(max-width:400px){
    .single .content .zhengshu{
        width: 100% !important;
    }
    .single .content .rongyuzhengshu{
        width: 100% !important;
    }
    .single .content img {
        height: auto !important;
        max-width: 90% !important;
    }
    .single .content .zhengshu .zhengshu_text{
        width: 90%;
        text-align: center;
    }
    .single .content .rongyuzhengshu img{
        height: auto !important;
    }
    .single .content .rongyuzhengshu .zhengshu_text{
        width: 90%;
        text-align: center;
    }
}
.contact .left {
	min-width: 226px;
}
.contact .left li {
	cursor: pointer;
	color: #666;
}
.contact .left li.active {
	background-color: var(--green-color);
	color: var(--bs-body-bg);
}
.contact .right li:first-child {
	color: var(--green-color);
}
.contact .right li p {
	line-height: 48px;
}
.contact .right .qrcode img {
	width: 200px;
}
.contact .right .row .col-md-6{
    width: 100%;
}
.contact .right .message form input, .message form textarea {
	flex: 1;
}
.contact .right #map1, .contact .right #map2, .contact .right #map3 {
	width: 100%;
	height: 320px;
}
.message form label {
	width: 57px;
}
.message form span {
	color: var(--bs-danger);
}
.message form textarea {
	min-height: 160px;
	resize: none;
}

.newslist>ul>li .item img {
	width: 250px;
    /*height: 200px;*/
	max-width:100%;
	max-height: auto;
}
.newslist>ul>li .item .row .newimg{
    max-height: 300px;
    line-height: 300px;
}
.newslist>ul>li .item .row .flex-column{
    justify-content: start !important;
    max-height: 300px;
    margin-left: -320px;
    width: 900px;
    margin-top: 45px;
}
.newslist>ul .item .info{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.newslist>ul>li:not(:last-child) .item {
	border-bottom: 1px solid var(--black-color);
}
.newslist>ul>li .item {
	/*padding-top: 40px;*/
	/*padding-bottom: 40px;*/
	max-height: 400px;
}
.newslist>ul>li .item .row{
    padding: 0 40px 0;
}
.newslist>ul .item .time {
	color: #666;
	font-size: 14px;
}
.newslist>ul .item .info {
	line-height: 30px
}
.newslist>ul .item a {
	color: var(--green-color);
    margin-top: 30px;
    margin-left: 776px;
}
@media (max-width:700px) {
    .main {
        padding-bottom: 56px;
        margin-top: -40px !important;
    }
    .newslist>ul>li .item{
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: none !important;
    }
    .newslist>ul>li .item .row .newimg{
        max-height: none !important;
        line-height: 1!important;
    }
    .newslist>ul>li .item img{
        width: auto !important;
        height: auto !important;
    }
    .newslist>ul>li .item .row .flex-column{
        max-height: none !important;
        margin-left: 0px !important;
        margin-top: 25px;
    }
    .newslist>ul .item a{
        margin-left:0;
        text-align: right;
        
    }
}
.banner-text {
	top: 20%;
	width: 48%;
	padding: 60px;
}
.banner-text h1::after {
	display: block;
	width: 30%;
	height: 2px;
	background-color: var(--green-color);
	content: "";
	margin-top: 30px;
}
.banner-text h1 {
	letter-spacing: 5px;
	font-size: 36px;
	color: #333;
	line-height: 46px;
	margin-bottom: 30px;
}
.banner-text p {
	font-size: 16px;
	line-height: 28px;
	color: #54536c;
	text-align: justify;
}
.pc-memorabilia .year li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #068d4d;
	cursor: pointer;
}
.pc-memorabilia .year em {
	border-bottom: 1px dotted var(--green-color);
	width: 2%;
}
.pc-memorabilia .year li:hover, .pc-memorabilia .year li.active {
	background-color: var(--green-color);
}
.pc-memorabilia .details {
	min-height: 480px;
}
.pc-memorabilia .details li:not(:first-child) {
	display: none;
}
.mobile-memorabilia ul li {
	padding-bottom: 20px;
}
.mobile-memorabilia ul li::before {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 1px;
	height: 100%;
	background-color: var(--green-color);
	content: "";
}
.mobile-memorabilia ul li span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background-color: var(--green-color);
}
.mobile-memorabilia ul li div {
	padding-left: 50px;
	line-height: 32px;
}
/*.page ul li a {
	font-size: 18px;
	background-color: var(--green-color)
}*/

.page {
	font-size: 18px;
	flex-wrap: wrap;
}
.page .pagination {
	flex-wrap: wrap;
    width: 100%;
}
.page .pagination li {
	margin: 0 5px 10px 5px;
}
.page .pagination li a, .page .pagination li span {
	padding: 4px 10px;
	color: var(--bs-dark);
}
.page .pagination li:not(:last-child) a:hover, .page .pagination li.active span {
	background-color: var(--green-color);
	color: var(--bs-body-bg);
}
footer {
	display: flex;
	z-index: 1;
	background-color: rgba(0, 0, 0, .2);
}
@media (max-width:750px) {
	.top-nav {
		padding: 0!important;
	}
	.top-nav .navbar-nav {
		position: fixed;
		right: 0;
		top: 75px;
		width: 60%;
		height: 600px;
		background-color: rgba(0, 0, 0, .5);
		overflow-y: auto;
		pointer-events: auto;
	}
	.top-nav .navbar-nav .nav-item .nav-link {
		color: var(--bs-body-bg);
	}
	.top-nav .navbar-nav .nav-item .nav-link.active {
		background-color: transparent;
	}
	.top-nav .navbar-nav .nav-item .dropdown-menu {
		background-color: transparent;
		padding-left: 20px!important;
	}
	.top-nav .navbar-nav .nav-item .dropdown-menu li {
		background-color: transparent;
	}
	.top-nav .navbar-nav .nav-item .dropdown-menu.show {
		flex-direction: column;
		display: block;
	}
	main {
		padding-bottom: 80px;
	}
	.case-modal>div {
		margin: 0 20px;
	}
	.case-modal>div img {
		width: 100%!important;
		height: auto!important;
	}
	.contact .right .qrcode {
		text-align: left!important;
	}
	footer {
		display: block;
	}
}

.content .roll .swiper-pointer-events .swiper-button-next{
    top: 350px;
}.content .roll .swiper-pointer-events .swiper-button-prev{
    top: 350px;
}


@media (max-width:750px) {
   .mobile-content{display:block;}
   .pc-content{display:none;}
   .index-about .about-swiper{  
    max-width: 660px;
    margin: 0;
       height:auto;
   }
   .index-about .d-flex{    flex-direction: column;}
   .index-news .roll .news-swiper.mobile-news .item {
    width: 100%!important;
     }
    .index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item{max-width: 100%;}
    .index-news .roll .news-swiper .swiper-wrapper .swiper-slide .item img{width:100%;height:auto!important;transform: scaleX(1);}
    .news-swiper .swiper-wrapper .swiper-slide .m-auto div{transform: scaleX(1);}
    .index-case .indextitle, .index-case .content{    text-align: left !important;}
    .index-case .content {
    flex-direction: column;
    }
    .indextitle p:last-child{font-size: 18px;}
    .index-case .content .row{height:auto;}
    .index-case .content ul li i{font-size:40px;}
    .index-case .content ul li>div p{    font-size: 16px;}
    
    .index-pro .pro .swiper-slide>div{width:100%;}
    .index-pro .pro .swiper-wrapper .swiper-slide{transform: scaleX(1) !important;}
    
}
@media (min-width:750px) {
   .d-lg-block {
    display: block !important;
   }
    
}

